type runtime.ptrtype
18 uses
runtime (current package)
arena.go#L117: te := (*ptrtype)(unsafe.Pointer(t)).Elem
arena.go#L180: et := (*ptrtype)(unsafe.Pointer(t)).Elem
arena.go#L299: typ = (*ptrtype)(unsafe.Pointer(typ)).Elem
cgocall.go#L549: pt := (*ptrtype)(unsafe.Pointer(t))
heapdump.go#L225: func dumpfinalizer(obj unsafe.Pointer, fn *funcval, fint *_type, ot *ptrtype) {
heapdump.go#L427: func finq_callback(fn *funcval, obj unsafe.Pointer, nret uintptr, fint *_type, ot *ptrtype) {
mbitmap.go#L1759: et = (*ptrtype)(unsafe.Pointer(t)).Elem
mbitmap.go#L1898: n := (*ptrtype)(unsafe.Pointer(t)).Elem.Size_
mfinal.go#L57: ot *ptrtype // type of ptr to object (may be a heap pointer)
mfinal.go#L94: func queuefinalizer(p unsafe.Pointer, fn *funcval, nret uintptr, fint *_type, ot *ptrtype) {
mfinal.go#L144: func iterate_finq(callback func(*funcval, unsafe.Pointer, uintptr, *_type, *ptrtype)) {
mfinal.go#L425: ot := (*ptrtype)(unsafe.Pointer(etyp))
mfinal.go#L484: if (fint.Uncommon() == nil || etyp.Uncommon() == nil) && (*ptrtype)(unsafe.Pointer(fint)).Elem == ot.Elem {
mheap.go#L1958: ot *ptrtype // May be a heap pointer, but always live.
mheap.go#L1962: func addfinalizer(p unsafe.Pointer, f *funcval, nret uintptr, fint *_type, ot *ptrtype) bool {
type.go#L248: type ptrtype = abi.PtrType
type.go#L446: pt := (*ptrtype)(unsafe.Pointer(t))
type.go#L447: pv := (*ptrtype)(unsafe.Pointer(v))
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |